Skip to main content

Shortcut trick to remove ?m=1when searched in mobile??

Remove ?m=1 from your blogger 




Just copy the following code to your tail of your html code and your problems will be solved. After including this code also removes the problem excluded page with redirect which will reduce your website ranking . So it is important to remove such issue so that your website looks good and be sure that your same page doesn't contain page with more than one url. 
<script type='text/javascript'>
//<![CDATA[
var uri = window.location.toString();
if (uri.indexOf("%3D","%3D") > 0) {
var clean_uri = uri.substring(0, uri.indexOf("%3D"));
window.history.replaceState({}, document.title, clean_uri);
}
var uri = window.location.toString();
if (uri.indexOf("%3D%3D","%3D%3D") > 0) {
var clean_uri = uri.substring(0, uri.indexOf("%3D%3D"));
window.history.replaceState({}, document.title, clean_uri);
}
var uri = window.location.toString();
if (uri.indexOf("&m=1","&m=1") > 0) {
var clean_uri = uri.substring(0, uri.indexOf("&m=1"));
window.history.replaceState({}, document.title, clean_uri);
}
var uri = window.location.toString();
if (uri.indexOf("?m=1","?m=1") > 0) {
var clean_uri = uri.substring(0, uri.indexOf("?m=1"));
window.history.replaceState({}, document.title, clean_uri);
}
//]]>
</script>
1. Copy the code given above 
2. Paste it to your theme html code at the end of your code (before <\body> tag)
3. Save it 
4 check by view your web page on mobile devices ?m=1 will be removed. 

Comments

Popular posts from this blog

The Ultimate Beginner’s Guide to AI-Powered Blogging for Nepali Students (2025)

The Ultimate Beginner’s Guide to AI-Powered Blogging for Nepali Students (2025) Artificial Intelligence (AI) is transforming blogging, making it easier to create content, optimize SEO, and drive traffic. Whether you're a student in Nepal looking to start a side hustle, earn passive income, or improve your writing skills, AI can help you write efficiently, rank better, and grow your audience . This guide explores how Nepali students can start AI-powered blogging in 2025 and the best tools to use. Why Should Nepali Students Use AI for Blogging? AI-driven blogging tools can: Generate content ideas based on trending topics in Nepal and globally. Write articles quickly with AI writing assistants. Optimize SEO using AI-driven keyword research to rank in Nepal and beyond. Improve engagement with AI-enhanced editing and analytics. Automate social media posts for better reach and audience building. Step 1: Choosing an AI Writing Assistant The first step in AI-powered blogging is selecting ...

Evolution of Cellular Networks: From 1G to 5G

  Evolution of Cellular Networks: From 1G to 5G In just a few decades, mobile technology has transformed from bulky analog phones to ultra-fast 5G networks connecting billions of devices worldwide. Let’s take a journey through the evolution of cellular networks from 1G to 5G and see how each generation revolutionized the way we communicate. 📡 1G – The Beginning of Mobile Communication (1980s) The first generation of mobile networks, 1G , introduced the world to wireless communication . It was entirely analog , allowing only voice calls with poor quality, frequent call drops, and no security (calls could be easily intercepted). Phones were massive, resembling bricks rather than today’s sleek smartphones. ✅ Key Features: Only voice calls , no data transmission Large, bulky mobile phones No encryption (calls were not secure) 🔹 Example: AMPS (Advanced Mobile Phone System) in the U.S. 📞 2G – The Birth of Digital Mobile Communication (1990s) With 2G , mobile comm...

Common Computer Problems & How to Fix Them Like a Pro

  10 Common Computer Problems & How to Fix Them Like a Pro 💻⚡ We all rely on our computers for work, entertainment, and communication, but nothing is more frustrating than when they slow down, freeze, or crash unexpectedly . Before you panic or rush to a repair shop, many computer problems have simple solutions that you can fix yourself! Let’s go through 10 common computer issues and how to fix them step by step. 1️⃣ Slow Computer Performance 🐢 Problem: Is your computer taking forever to start up or load applications? A slow PC is one of the most frustrating issues, but the good news is, it’s often easy to fix. Possible Causes: ✅ Too many background programs running ✅ Low RAM or storage space ✅ Too many browser tabs or extensions ✅ Old or fragmented hard drive How to Fix It: ✔ Restart Your Computer – This clears temporary files and refreshes the system. ✔ Close Unnecessary Programs – Open Task Manager (Ctrl + Shift + Esc) and close apps using too much ...